Html Css Color HEX #ADF064 Conifer

📋 copy color: '#ADF064'

red 173 ◦ green 240 ◦ blue 100

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

Shades of Conifer #ADF064

Tints of Conifer #ADF064

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.78%

 BLUE value IS 100 (39.45% from 255) = 19.49%

R = 33.72%
G = 46.78%
B = 19.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#ADF064 (or 0xADF064) is known color: Conifer. HEX triplet: AD, F0 and 64. RGB value is (173,240,100). Sum of RGB (Red+Green+Blue) = 173+240+100=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF064 is #520F9B. Grayscale: #CCCCCC. Windows color (decimal): -5377948 or 6615213. OLE color: 6615213.

HSL color Cylindrical-coordinate representation of color #ADF064: hue angle of 88.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF064 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 100 -
CMYK 0.28 0 0.58 0.06
HSL 88.71º 0.82% 0.67% -
HSV(B) 88.71º 0.58% 0.94% -
XYZ 50.69 72.12 23.31 -
YUV 204.01 69.3 105.88 -
System Red Green Blue C M Y K H S L
Decimal 173 240 100 0.28 0 0.58 0.06 88.71 0.82 0.67
Hex AD F0 64 1C 0 3A 6 59 52 43
Octal 255 360 144 34 0 72 6 131 122 103
Binary 10101101 11110000 1100100 11100 0 111010 110 1011001 1010010 1000011

Color Harmonies of #ADF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF064

Black with #ADF064

Text Example


Text Example

White with #ADF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF064; }

 p { color: rgb(173,240,100); }

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

background-color css

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

 a { background-color: rgb(173,240,100); }

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

border-color css

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

 span { border-color: rgb(173,240,100); }

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