Html Css Color HEX #AEE05A Conifer

📋 copy color: '#AEE05A'

red 174 ◦ green 224 ◦ blue 90

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

Shades of Conifer #AEE05A

Tints of Conifer #AEE05A

RGB

 RED value IS 174 (68.36% from 255) = 35.66%

 GREEN value IS 224 (87.89% from 255) = 45.9%

 BLUE value IS 90 (35.55% from 255) = 18.44%

R = 35.66%
G = 45.9%
B = 18.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#AEE05A (or 0xAEE05A) is known color: Conifer. HEX triplet: AE, E0 and 5A. RGB value is (174,224,90). Sum of RGB (Red+Green+Blue) = 174+224+90=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE05A is #511FA5. Grayscale: #C2C2C2. Windows color (decimal): -5316518 or 5955758. OLE color: 5955758.

HSL color Cylindrical-coordinate representation of color #AEE05A: hue angle of 82.39º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEE05A is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 90 -
CMYK 0.22 0 0.60 0.12
HSL 82.39º 0.68% 0.62% -
HSV(B) 82.39º 0.6% 0.88% -
XYZ 45.96 63.05 19.42 -
YUV 193.77 69.44 113.9 -
System Red Green Blue C M Y K H S L
Decimal 174 224 90 0.22 0 0.60 0.12 82.39 0.68 0.62
Hex AE E0 5A 16 0 3C C 52 44 3E
Octal 256 340 132 26 0 74 14 122 104 76
Binary 10101110 11100000 1011010 10110 0 111100 1100 1010010 1000100 111110

Color Harmonies of #AEE05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE05A

Black with #AEE05A

Text Example


Text Example

White with #AEE05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE05A; }

 p { color: rgb(174,224,90); }

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

background-color css

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

 a { background-color: rgb(174,224,90); }

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

border-color css

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

 span { border-color: rgb(174,224,90); }

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