Html Css Color HEX #ADDB46 Conifer

📋 copy color: '#ADDB46'

red 173 ◦ green 219 ◦ blue 70

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

Shades of Conifer #ADDB46

Tints of Conifer #ADDB46

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 37.45%
G = 47.4%
B = 15.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#ADDB46 (or 0xADDB46) is known color: Conifer. HEX triplet: AD, DB and 46. RGB value is (173,219,70). Sum of RGB (Red+Green+Blue) = 173+219+70=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB46 is #5224B9. Grayscale: #BCBCBC. Windows color (decimal): -5383354 or 4643757. OLE color: 4643757.

HSL color Cylindrical-coordinate representation of color #ADDB46: hue angle of 78.52º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADDB46 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 70 -
CMYK 0.21 0 0.68 0.14
HSL 78.52º 0.67% 0.57% -
HSV(B) 78.52º 0.68% 0.86% -
XYZ 43.67 59.99 15.07 -
YUV 188.26 61.26 117.12 -
System Red Green Blue C M Y K H S L
Decimal 173 219 70 0.21 0 0.68 0.14 78.52 0.67 0.57
Hex AD DB 46 15 0 44 E 4F 43 39
Octal 255 333 106 25 0 104 16 117 103 71
Binary 10101101 11011011 1000110 10101 0 1000100 1110 1001111 1000011 111001

Color Harmonies of #ADDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB46

Black with #ADDB46

Text Example


Text Example

White with #ADDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB46; }

 p { color: rgb(173,219,70); }

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

background-color css

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

 a { background-color: rgb(173,219,70); }

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

border-color css

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

 span { border-color: rgb(173,219,70); }

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