Html Css Color HEX #AEE05F Conifer

📋 copy color: '#AEE05F'

red 174 ◦ green 224 ◦ blue 95

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

Shades of Conifer #AEE05F

Tints of Conifer #AEE05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 35.29%
G = 45.44%
B = 19.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#AEE05F (or 0xAEE05F) is known color: Conifer. HEX triplet: AE, E0 and 5F. RGB value is (174,224,95). Sum of RGB (Red+Green+Blue) = 174+224+95=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE05F is #511FA0. Grayscale: #C2C2C2. Windows color (decimal): -5316513 or 6283438. OLE color: 6283438.

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

Color convert

RGB 174 224 95 -
CMYK 0.22 0 0.58 0.12
HSL 83.26º 0.68% 0.63% -
HSV(B) 83.26º 0.58% 0.88% -
XYZ 46.18 63.14 20.58 -
YUV 194.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 174 224 95 0.22 0 0.58 0.12 83.26 0.68 0.63
Hex AE E0 5F 16 0 3A C 53 44 3F
Octal 256 340 137 26 0 72 14 123 104 77
Binary 10101110 11100000 1011111 10110 0 111010 1100 1010011 1000100 111111

Color Harmonies of #AEE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE05F

Black with #AEE05F

Text Example


Text Example

White with #AEE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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