Html Css Color HEX #AAED43 Conifer

📋 copy color: '#AAED43'

red 170 ◦ green 237 ◦ blue 67

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

Shades of Conifer #AAED43

Tints of Conifer #AAED43

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50%

 BLUE value IS 67 (26.56% from 255) = 14.14%

R = 35.86%
G = 50%
B = 14.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#AAED43 (or 0xAAED43) is known color: Conifer. HEX triplet: AA, ED and 43. RGB value is (170,237,67). Sum of RGB (Red+Green+Blue) = 170+237+67=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED43 is #5512BC. Grayscale: #C6C6C6. Windows color (decimal): -5575357 or 4451754. OLE color: 4451754.

HSL color Cylindrical-coordinate representation of color #AAED43: hue angle of 83.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAED43 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 67 -
CMYK 0.28 0 0.72 0.07
HSL 83.65º 0.83% 0.6% -
HSV(B) 83.65º 0.72% 0.93% -
XYZ 47.87 69.52 16.21 -
YUV 197.59 54.3 108.32 -
System Red Green Blue C M Y K H S L
Decimal 170 237 67 0.28 0 0.72 0.07 83.65 0.83 0.6
Hex AA ED 43 1C 0 48 7 54 53 3C
Octal 252 355 103 34 0 110 7 124 123 74
Binary 10101010 11101101 1000011 11100 0 1001000 111 1010100 1010011 111100

Color Harmonies of #AAED43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED43

Black with #AAED43

Text Example


Text Example

White with #AAED43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED43; }

 p { color: rgb(170,237,67); }

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

background-color css

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

 a { background-color: rgb(170,237,67); }

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

border-color css

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

 span { border-color: rgb(170,237,67); }

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