Html Css Color HEX #AADA44 Conifer

📋 copy color: '#AADA44'

red 170 ◦ green 218 ◦ blue 68

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

Shades of Conifer #AADA44

Tints of Conifer #AADA44

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

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

R = 37.28%
G = 47.81%
B = 14.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#AADA44 (or 0xAADA44) is known color: Conifer. HEX triplet: AA, DA and 44. RGB value is (170,218,68). Sum of RGB (Red+Green+Blue) = 170+218+68=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA44 is #5525BB. Grayscale: #BBBBBB. Windows color (decimal): -5580220 or 4512426. OLE color: 4512426.

HSL color Cylindrical-coordinate representation of color #AADA44: hue angle of 79.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AADA44 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 68 -
CMYK 0.22 0 0.69 0.15
HSL 79.2º 0.67% 0.56% -
HSV(B) 79.2º 0.69% 0.85% -
XYZ 42.69 59.11 14.63 -
YUV 186.55 61.1 116.2 -
System Red Green Blue C M Y K H S L
Decimal 170 218 68 0.22 0 0.69 0.15 79.2 0.67 0.56
Hex AA DA 44 16 0 45 F 4F 43 38
Octal 252 332 104 26 0 105 17 117 103 70
Binary 10101010 11011010 1000100 10110 0 1000101 1111 1001111 1000011 111000

Color Harmonies of #AADA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA44

Black with #AADA44

Text Example


Text Example

White with #AADA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA44; }

 p { color: rgb(170,218,68); }

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

background-color css

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

 a { background-color: rgb(170,218,68); }

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

border-color css

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

 span { border-color: rgb(170,218,68); }

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