Html Css Color HEX #ADDB44 Conifer

📋 copy color: '#ADDB44'

red 173 ◦ green 219 ◦ blue 68

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

Shades of Conifer #ADDB44

Tints of Conifer #ADDB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 37.61%
G = 47.61%
B = 14.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#ADDB44 (or 0xADDB44) is known color: Conifer. HEX triplet: AD, DB and 44. RGB value is (173,219,68). Sum of RGB (Red+Green+Blue) = 173+219+68=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB44 is #5224BB. Grayscale: #BCBCBC. Windows color (decimal): -5383356 or 4512685. OLE color: 4512685.

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

Color convert

RGB 173 219 68 -
CMYK 0.21 0 0.69 0.14
HSL 78.28º 0.68% 0.56% -
HSV(B) 78.28º 0.69% 0.86% -
XYZ 43.61 59.96 14.74 -
YUV 188.03 60.26 117.28 -
System Red Green Blue C M Y K H S L
Decimal 173 219 68 0.21 0 0.69 0.14 78.28 0.68 0.56
Hex AD DB 44 15 0 45 E 4E 44 38
Octal 255 333 104 25 0 105 16 116 104 70
Binary 10101101 11011011 1000100 10101 0 1000101 1110 1001110 1000100 111000

Color Harmonies of #ADDB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB44

Black with #ADDB44

Text Example


Text Example

White with #ADDB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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