Html Css Color HEX #AEFE5A Conifer

📋 copy color: '#AEFE5A'

red 174 ◦ green 254 ◦ blue 90

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

Shades of Conifer #AEFE5A

Tints of Conifer #AEFE5A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.03%

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

R = 33.59%
G = 49.03%
B = 17.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#AEFE5A (or 0xAEFE5A) is known color: Conifer. HEX triplet: AE, FE and 5A. RGB value is (174,254,90). Sum of RGB (Red+Green+Blue) = 174+254+90=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE5A is #5101A5. Grayscale: #D3D3D3. Windows color (decimal): -5308838 or 5963438. OLE color: 5963438.

HSL color Cylindrical-coordinate representation of color #AEFE5A: hue angle of 89.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEFE5A is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 254 90 -
CMYK 0.31 0 0.65 0.00
HSL 89.27º 0.99% 0.67% -
HSV(B) 89.27º 0.65% 1% -
XYZ 54.74 80.62 22.35 -
YUV 211.38 59.5 101.34 -
System Red Green Blue C M Y K H S L
Decimal 174 254 90 0.31 0 0.65 0.00 89.27 0.99 0.67
Hex AE FE 5A 1F 0 41 0 59 63 43
Octal 256 376 132 37 0 101 0 131 143 103
Binary 10101110 11111110 1011010 11111 0 1000001 0 1011001 1100011 1000011

Color Harmonies of #AEFE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE5A

Black with #AEFE5A

Text Example


Text Example

White with #AEFE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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