Html Css Color HEX #AEE062 Conifer

📋 copy color: '#AEE062'

red 174 ◦ green 224 ◦ blue 98

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

Shades of Conifer #AEE062

Tints of Conifer #AEE062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.76%

R = 35.08%
G = 45.16%
B = 19.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#AEE062 (or 0xAEE062) is known color: Conifer. HEX triplet: AE, E0 and 62. RGB value is (174,224,98). Sum of RGB (Red+Green+Blue) = 174+224+98=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE062 is #511F9D. Grayscale: #C3C3C3. Windows color (decimal): -5316510 or 6480046. OLE color: 6480046.

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

Color convert

RGB 174 224 98 -
CMYK 0.22 0 0.56 0.12
HSL 83.81º 0.67% 0.63% -
HSV(B) 83.81º 0.56% 0.88% -
XYZ 46.32 63.19 21.31 -
YUV 194.69 73.44 113.25 -
System Red Green Blue C M Y K H S L
Decimal 174 224 98 0.22 0 0.56 0.12 83.81 0.67 0.63
Hex AE E0 62 16 0 38 C 54 43 3F
Octal 256 340 142 26 0 70 14 124 103 77
Binary 10101110 11100000 1100010 10110 0 111000 1100 1010100 1000011 111111

Color Harmonies of #AEE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE062

Black with #AEE062

Text Example


Text Example

White with #AEE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE062; }

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

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

background-color css

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

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

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

border-color css

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

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

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