Html Css Color HEX #AADF42 Conifer

📋 copy color: '#AADF42'

red 170 ◦ green 223 ◦ blue 66

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

Shades of Conifer #AADF42

Tints of Conifer #AADF42

RGB

 RED value IS 170 (66.8% from 255) = 37.04%

 GREEN value IS 223 (87.5% from 255) = 48.58%

 BLUE value IS 66 (26.17% from 255) = 14.38%

R = 37.04%
G = 48.58%
B = 14.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AADF42 (or 0xAADF42) is known color: Conifer. HEX triplet: AA, DF and 42. RGB value is (170,223,66). Sum of RGB (Red+Green+Blue) = 170+223+66=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF42 is #5520BD. Grayscale: #BDBDBD. Windows color (decimal): -5578942 or 4382634. OLE color: 4382634.

HSL color Cylindrical-coordinate representation of color #AADF42: hue angle of 80.25º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AADF42 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 66 -
CMYK 0.24 0 0.70 0.13
HSL 80.25º 0.71% 0.57% -
HSV(B) 80.25º 0.7% 0.87% -
XYZ 43.95 61.71 14.75 -
YUV 189.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 170 223 66 0.24 0 0.70 0.13 80.25 0.71 0.57
Hex AA DF 42 18 0 46 D 50 47 39
Octal 252 337 102 30 0 106 15 120 107 71
Binary 10101010 11011111 1000010 11000 0 1000110 1101 1010000 1000111 111001

Color Harmonies of #AADF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF42

Black with #AADF42

Text Example


Text Example

White with #AADF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF42; }

 p { color: rgb(170,223,66); }

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

background-color css

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

 a { background-color: rgb(170,223,66); }

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

border-color css

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

 span { border-color: rgb(170,223,66); }

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