Html Css Color HEX #AEED5A Conifer

📋 copy color: '#AEED5A'

red 174 ◦ green 237 ◦ blue 90

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

Shades of Conifer #AEED5A

Tints of Conifer #AEED5A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.31%

 BLUE value IS 90 (35.55% from 255) = 17.96%

R = 34.73%
G = 47.31%
B = 17.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#AEED5A (or 0xAEED5A) is known color: Conifer. HEX triplet: AE, ED and 5A. RGB value is (174,237,90). Sum of RGB (Red+Green+Blue) = 174+237+90=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED5A is #5112A5. Grayscale: #C9C9C9. Windows color (decimal): -5313190 or 5959086. OLE color: 5959086.

HSL color Cylindrical-coordinate representation of color #AEED5A: hue angle of 85.71º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEED5A is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 90 -
CMYK 0.27 0 0.62 0.07
HSL 85.71º 0.8% 0.64% -
HSV(B) 85.71º 0.62% 0.93% -
XYZ 49.59 70.31 20.63 -
YUV 201.41 65.13 108.45 -
System Red Green Blue C M Y K H S L
Decimal 174 237 90 0.27 0 0.62 0.07 85.71 0.8 0.64
Hex AE ED 5A 1B 0 3E 7 56 50 40
Octal 256 355 132 33 0 76 7 126 120 100
Binary 10101110 11101101 1011010 11011 0 111110 111 1010110 1010000 1000000

Color Harmonies of #AEED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED5A

Black with #AEED5A

Text Example


Text Example

White with #AEED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED5A; }

 p { color: rgb(174,237,90); }

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

background-color css

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

 a { background-color: rgb(174,237,90); }

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

border-color css

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

 span { border-color: rgb(174,237,90); }

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