Html Css Color HEX #ADF06B Conifer

📋 copy color: '#ADF06B'

red 173 ◦ green 240 ◦ blue 107

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

Shades of Conifer #ADF06B

Tints of Conifer #ADF06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.58%

R = 33.27%
G = 46.15%
B = 20.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#ADF06B (or 0xADF06B) is known color: Conifer. HEX triplet: AD, F0 and 6B. RGB value is (173,240,107). Sum of RGB (Red+Green+Blue) = 173+240+107=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF06B is #520F94. Grayscale: #CDCDCD. Windows color (decimal): -5377941 or 7073965. OLE color: 7073965.

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

Color convert

RGB 173 240 107 -
CMYK 0.28 0 0.55 0.06
HSL 90.23º 0.82% 0.68% -
HSV(B) 90.23º 0.55% 0.94% -
XYZ 51.05 72.27 25.17 -
YUV 204.81 72.8 105.31 -
System Red Green Blue C M Y K H S L
Decimal 173 240 107 0.28 0 0.55 0.06 90.23 0.82 0.68
Hex AD F0 6B 1C 0 37 6 5A 52 44
Octal 255 360 153 34 0 67 6 132 122 104
Binary 10101101 11110000 1101011 11100 0 110111 110 1011010 1010010 1000100

Color Harmonies of #ADF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF06B

Black with #ADF06B

Text Example


Text Example

White with #ADF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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