Html Css Color HEX #ADD067 Conifer

📋 copy color: '#ADD067'

red 173 ◦ green 208 ◦ blue 103

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

Shades of Conifer #ADD067

Tints of Conifer #ADD067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

 BLUE value IS 103 (40.63% from 255) = 21.28%

R = 35.74%
G = 42.98%
B = 21.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#ADD067 (or 0xADD067) is known color: Conifer. HEX triplet: AD, D0 and 67. RGB value is (173,208,103). Sum of RGB (Red+Green+Blue) = 173+208+103=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD067 is #522F98. Grayscale: #B9B9B9. Windows color (decimal): -5386137 or 6803629. OLE color: 6803629.

HSL color Cylindrical-coordinate representation of color #ADD067: hue angle of 80º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADD067 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 103 -
CMYK 0.17 0 0.50 0.18
HSL 80º 0.53% 0.61% -
HSV(B) 80º 0.5% 0.82% -
XYZ 42.24 54.98 21.22 -
YUV 185.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 173 208 103 0.17 0 0.50 0.18 80 0.53 0.61
Hex AD D0 67 11 0 32 12 50 35 3D
Octal 255 320 147 21 0 62 22 120 65 75
Binary 10101101 11010000 1100111 10001 0 110010 10010 1010000 110101 111101

Color Harmonies of #ADD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD067

Black with #ADD067

Text Example


Text Example

White with #ADD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD067; }

 p { color: rgb(173,208,103); }

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

background-color css

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

 a { background-color: rgb(173,208,103); }

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

border-color css

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

 span { border-color: rgb(173,208,103); }

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