Html Css Color HEX #ADF062 Conifer

📋 copy color: '#ADF062'

red 173 ◦ green 240 ◦ blue 98

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

Shades of Conifer #ADF062

Tints of Conifer #ADF062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.18%

R = 33.86%
G = 46.97%
B = 19.18%

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

#ADF062 (or 0xADF062) is known color: Conifer. HEX triplet: AD, F0 and 62. RGB value is (173,240,98). Sum of RGB (Red+Green+Blue) = 173+240+98=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF062 is #520F9D. Grayscale: #CCCCCC. Windows color (decimal): -5377950 or 6484141. OLE color: 6484141.

HSL color Cylindrical-coordinate representation of color #ADF062: hue angle of 88.31º degrees, saturation: 0.83, 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 #ADF062 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 98 -
CMYK 0.28 0 0.59 0.06
HSL 88.31º 0.83% 0.66% -
HSV(B) 88.31º 0.59% 0.94% -
XYZ 50.6 72.09 22.8 -
YUV 203.78 68.3 106.05 -
System Red Green Blue C M Y K H S L
Decimal 173 240 98 0.28 0 0.59 0.06 88.31 0.83 0.66
Hex AD F0 62 1C 0 3B 6 58 53 42
Octal 255 360 142 34 0 73 6 130 123 102
Binary 10101101 11110000 1100010 11100 0 111011 110 1011000 1010011 1000010

Color Harmonies of #ADF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF062

Black with #ADF062

Text Example


Text Example

White with #ADF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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