Html Css Color HEX #AEE542 Conifer

📋 copy color: '#AEE542'

red 174 ◦ green 229 ◦ blue 66

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

Shades of Conifer #AEE542

Tints of Conifer #AEE542

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.83%

 BLUE value IS 66 (26.17% from 255) = 14.07%

R = 37.1%
G = 48.83%
B = 14.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#AEE542 (or 0xAEE542) is known color: Conifer. HEX triplet: AE, E5 and 42. RGB value is (174,229,66). Sum of RGB (Red+Green+Blue) = 174+229+66=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE542 is #511ABD. Grayscale: #C2C2C2. Windows color (decimal): -5315262 or 4384174. OLE color: 4384174.

HSL color Cylindrical-coordinate representation of color #AEE542: hue angle of 80.25º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEE542 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 229 66 -
CMYK 0.24 0 0.71 0.10
HSL 80.25º 0.76% 0.58% -
HSV(B) 80.25º 0.71% 0.9% -
XYZ 46.46 65.43 15.34 -
YUV 193.97 55.78 113.75 -
System Red Green Blue C M Y K H S L
Decimal 174 229 66 0.24 0 0.71 0.10 80.25 0.76 0.58
Hex AE E5 42 18 0 47 A 50 4C 3A
Octal 256 345 102 30 0 107 12 120 114 72
Binary 10101110 11100101 1000010 11000 0 1000111 1010 1010000 1001100 111010

Color Harmonies of #AEE542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE542

Black with #AEE542

Text Example


Text Example

White with #AEE542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE542; }

 p { color: rgb(174,229,66); }

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

background-color css

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

 a { background-color: rgb(174,229,66); }

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

border-color css

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

 span { border-color: rgb(174,229,66); }

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