Html Css Color HEX #AEE03A Conifer

📋 copy color: '#AEE03A'

red 174 ◦ green 224 ◦ blue 58

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

Shades of Conifer #AEE03A

Tints of Conifer #AEE03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 38.16%
G = 49.12%
B = 12.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#AEE03A (or 0xAEE03A) is known color: Conifer. HEX triplet: AE, E0 and 3A. RGB value is (174,224,58). Sum of RGB (Red+Green+Blue) = 174+224+58=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE03A is #511FC5. Grayscale: #BEBEBE. Windows color (decimal): -5316550 or 3858606. OLE color: 3858606.

HSL color Cylindrical-coordinate representation of color #AEE03A: hue angle of 78.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEE03A is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 58 -
CMYK 0.22 0 0.74 0.12
HSL 78.07º 0.73% 0.55% -
HSV(B) 78.07º 0.74% 0.88% -
XYZ 44.87 62.62 13.72 -
YUV 190.13 53.44 116.5 -
System Red Green Blue C M Y K H S L
Decimal 174 224 58 0.22 0 0.74 0.12 78.07 0.73 0.55
Hex AE E0 3A 16 0 4A C 4E 49 37
Octal 256 340 72 26 0 112 14 116 111 67
Binary 10101110 11100000 111010 10110 0 1001010 1100 1001110 1001001 110111

Color Harmonies of #AEE03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE03A

Black with #AEE03A

Text Example


Text Example

White with #AEE03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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