Html Css Color HEX #ADF063 Conifer

📋 copy color: '#ADF063'

red 173 ◦ green 240 ◦ blue 99

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

Shades of Conifer #ADF063

Tints of Conifer #ADF063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 33.79%
G = 46.88%
B = 19.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#ADF063 (or 0xADF063) is known color: Conifer. HEX triplet: AD, F0 and 63. RGB value is (173,240,99). Sum of RGB (Red+Green+Blue) = 173+240+99=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF063 is #520F9C. Grayscale: #CCCCCC. Windows color (decimal): -5377949 or 6549677. OLE color: 6549677.

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

Color convert

RGB 173 240 99 -
CMYK 0.28 0 0.59 0.06
HSL 88.51º 0.82% 0.66% -
HSV(B) 88.51º 0.59% 0.94% -
XYZ 50.65 72.11 23.05 -
YUV 203.89 68.8 105.96 -
System Red Green Blue C M Y K H S L
Decimal 173 240 99 0.28 0 0.59 0.06 88.51 0.82 0.66
Hex AD F0 63 1C 0 3B 6 59 52 42
Octal 255 360 143 34 0 73 6 131 122 102
Binary 10101101 11110000 1100011 11100 0 111011 110 1011001 1010010 1000010

Color Harmonies of #ADF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF063

Black with #ADF063

Text Example


Text Example

White with #ADF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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