Html Css Color HEX #ADF268 Conifer

📋 copy color: '#ADF268'

red 173 ◦ green 242 ◦ blue 104

#ADF268
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ADF268

Tints of Conifer #ADF268

RGB

 RED value IS 173 (67.97% from 255) = 33.33%

 GREEN value IS 242 (94.92% from 255) = 46.63%

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 33.33%
G = 46.63%
B = 20.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADF268 (or 0xADF268) is known color: Conifer. HEX triplet: AD, F2 and 68. RGB value is (173,242,104). Sum of RGB (Red+Green+Blue) = 173+242+104=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF268 is #520D97. Grayscale: #CECECE. Windows color (decimal): -5377432 or 6877869. OLE color: 6877869.

HSL color Cylindrical-coordinate representation of color #ADF268: hue angle of 90º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADF268 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 104 -
CMYK 0.29 0 0.57 0.05
HSL 90º 0.84% 0.68% -
HSV(B) 90º 0.57% 0.95% -
XYZ 51.48 73.39 24.55 -
YUV 205.64 70.64 104.72 -
System Red Green Blue C M Y K H S L
Decimal 173 242 104 0.29 0 0.57 0.05 90 0.84 0.68
Hex AD F2 68 1D 0 39 5 5A 54 44
Octal 255 362 150 35 0 71 5 132 124 104
Binary 10101101 11110010 1101000 11101 0 111001 101 1011010 1010100 1000100

Color Harmonies of #ADF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF268

Black with #ADF268

Text Example


Text Example

White with #ADF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF268; }

 p { color: rgb(173,242,104); }

 H1.HeaderClassName
 {
   color: #ADF268;
 }
 .AnyTagClassName
 {
   color: #ADF268;
 }
</style>

background-color css

<style>
 a { background-color: #ADF268; }

 a { background-color: rgb(173,242,104); }

 div.DivClassName
 {
   background-color: #ADF268;
 }
 .BgClassName
 {
   background-color: #ADF268;
 }
</style>

border-color css

<style>
 span { border-color: #ADF268; }

 span { border-color: rgb(173,242,104); }

 td.TdClassName
 {
   border-color: #ADF268;
 }
 .TagClassName
 {
   border-color: #ADF268;
 }
</style>