Html Css Color HEX #ADDB3F Conifer

📋 copy color: '#ADDB3F'

red 173 ◦ green 219 ◦ blue 63

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

Shades of Conifer #ADDB3F

Tints of Conifer #ADDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.85%

R = 38.02%
G = 48.13%
B = 13.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#ADDB3F (or 0xADDB3F) is known color: Conifer. HEX triplet: AD, DB and 3F. RGB value is (173,219,63). Sum of RGB (Red+Green+Blue) = 173+219+63=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB3F is #5224C0. Grayscale: #BCBCBC. Windows color (decimal): -5383361 or 4185005. OLE color: 4185005.

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

Color convert

RGB 173 219 63 -
CMYK 0.21 0 0.71 0.14
HSL 77.69º 0.68% 0.55% -
HSV(B) 77.69º 0.71% 0.86% -
XYZ 43.46 59.91 13.97 -
YUV 187.46 57.76 117.68 -
System Red Green Blue C M Y K H S L
Decimal 173 219 63 0.21 0 0.71 0.14 77.69 0.68 0.55
Hex AD DB 3F 15 0 47 E 4E 44 37
Octal 255 333 77 25 0 107 16 116 104 67
Binary 10101101 11011011 111111 10101 0 1000111 1110 1001110 1000100 110111

Color Harmonies of #ADDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB3F

Black with #ADDB3F

Text Example


Text Example

White with #ADDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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