Html Css Color HEX #AEE03C Conifer

📋 copy color: '#AEE03C'

red 174 ◦ green 224 ◦ blue 60

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

Shades of Conifer #AEE03C

Tints of Conifer #AEE03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.1%

R = 37.99%
G = 48.91%
B = 13.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#AEE03C (or 0xAEE03C) is known color: Conifer. HEX triplet: AE, E0 and 3C. RGB value is (174,224,60). Sum of RGB (Red+Green+Blue) = 174+224+60=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE03C is #511FC3. Grayscale: #BEBEBE. Windows color (decimal): -5316548 or 3989678. OLE color: 3989678.

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

Color convert

RGB 174 224 60 -
CMYK 0.22 0 0.73 0.12
HSL 78.29º 0.73% 0.56% -
HSV(B) 78.29º 0.73% 0.88% -
XYZ 44.93 62.64 14 -
YUV 190.35 54.44 116.34 -
System Red Green Blue C M Y K H S L
Decimal 174 224 60 0.22 0 0.73 0.12 78.29 0.73 0.56
Hex AE E0 3C 16 0 49 C 4E 49 38
Octal 256 340 74 26 0 111 14 116 111 70
Binary 10101110 11100000 111100 10110 0 1001001 1100 1001110 1001001 111000

Color Harmonies of #AEE03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE03C

Black with #AEE03C

Text Example


Text Example

White with #AEE03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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