Html Css Color HEX #AEE140 Conifer

📋 copy color: '#AEE140'

red 174 ◦ green 225 ◦ blue 64

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

Shades of Conifer #AEE140

Tints of Conifer #AEE140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.6%

 BLUE value IS 64 (25.39% from 255) = 13.82%

R = 37.58%
G = 48.6%
B = 13.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#AEE140 (or 0xAEE140) is known color: Conifer. HEX triplet: AE, E1 and 40. RGB value is (174,225,64). Sum of RGB (Red+Green+Blue) = 174+225+64=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE140 is #511EBF. Grayscale: #BFBFBF. Windows color (decimal): -5316288 or 4252078. OLE color: 4252078.

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

Color convert

RGB 174 225 64 -
CMYK 0.23 0 0.72 0.12
HSL 79.01º 0.73% 0.57% -
HSV(B) 79.01º 0.72% 0.88% -
XYZ 45.31 63.22 14.67 -
YUV 191.4 56.1 115.59 -
System Red Green Blue C M Y K H S L
Decimal 174 225 64 0.23 0 0.72 0.12 79.01 0.73 0.57
Hex AE E1 40 17 0 48 C 4F 49 39
Octal 256 341 100 27 0 110 14 117 111 71
Binary 10101110 11100001 1000000 10111 0 1001000 1100 1001111 1001001 111001

Color Harmonies of #AEE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE140

Black with #AEE140

Text Example


Text Example

White with #AEE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE140; }

 p { color: rgb(174,225,64); }

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

background-color css

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

 a { background-color: rgb(174,225,64); }

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

border-color css

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

 span { border-color: rgb(174,225,64); }

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