Html Css Color HEX #AEE952 Conifer

📋 copy color: '#AEE952'

red 174 ◦ green 233 ◦ blue 82

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

Shades of Conifer #AEE952

Tints of Conifer #AEE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.65%

 BLUE value IS 82 (32.42% from 255) = 16.77%

R = 35.58%
G = 47.65%
B = 16.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#AEE952 (or 0xAEE952) is known color: Conifer. HEX triplet: AE, E9 and 52. RGB value is (174,233,82). Sum of RGB (Red+Green+Blue) = 174+233+82=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE952 is #5116AD. Grayscale: #C6C6C6. Windows color (decimal): -5314222 or 5433774. OLE color: 5433774.

HSL color Cylindrical-coordinate representation of color #AEE952: hue angle of 83.44º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEE952 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 233 82 -
CMYK 0.25 0 0.65 0.09
HSL 83.44º 0.77% 0.62% -
HSV(B) 83.44º 0.65% 0.91% -
XYZ 48.12 67.89 18.55 -
YUV 198.15 62.45 110.78 -
System Red Green Blue C M Y K H S L
Decimal 174 233 82 0.25 0 0.65 0.09 83.44 0.77 0.62
Hex AE E9 52 19 0 41 9 53 4D 3E
Octal 256 351 122 31 0 101 11 123 115 76
Binary 10101110 11101001 1010010 11001 0 1000001 1001 1010011 1001101 111110

Color Harmonies of #AEE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE952

Black with #AEE952

Text Example


Text Example

White with #AEE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE952; }

 p { color: rgb(174,233,82); }

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

background-color css

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

 a { background-color: rgb(174,233,82); }

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

border-color css

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

 span { border-color: rgb(174,233,82); }

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