Html Css Color HEX #AEEA55 Conifer

📋 copy color: '#AEEA55'

red 174 ◦ green 234 ◦ blue 85

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

Shades of Conifer #AEEA55

Tints of Conifer #AEEA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.46%

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 35.29%
G = 47.46%
B = 17.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#AEEA55 (or 0xAEEA55) is known color: Conifer. HEX triplet: AE, EA and 55. RGB value is (174,234,85). Sum of RGB (Red+Green+Blue) = 174+234+85=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA55 is #5115AA. Grayscale: #C7C7C7. Windows color (decimal): -5313963 or 5630638. OLE color: 5630638.

HSL color Cylindrical-coordinate representation of color #AEEA55: hue angle of 84.16º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEEA55 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 85 -
CMYK 0.26 0 0.64 0.08
HSL 84.16º 0.78% 0.63% -
HSV(B) 84.16º 0.64% 0.92% -
XYZ 48.52 68.5 19.26 -
YUV 199.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 174 234 85 0.26 0 0.64 0.08 84.16 0.78 0.63
Hex AE EA 55 1A 0 40 8 54 4E 3F
Octal 256 352 125 32 0 100 10 124 116 77
Binary 10101110 11101010 1010101 11010 0 1000000 1000 1010100 1001110 111111

Color Harmonies of #AEEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEA55

Black with #AEEA55

Text Example


Text Example

White with #AEEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEA55; }

 p { color: rgb(174,234,85); }

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

background-color css

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

 a { background-color: rgb(174,234,85); }

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

border-color css

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

 span { border-color: rgb(174,234,85); }

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