Html Css Color HEX #AEFE52 Conifer

📋 copy color: '#AEFE52'

red 174 ◦ green 254 ◦ blue 82

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

Shades of Conifer #AEFE52

Tints of Conifer #AEFE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.08%

R = 34.12%
G = 49.8%
B = 16.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#AEFE52 (or 0xAEFE52) is known color: Conifer. HEX triplet: AE, FE and 52. RGB value is (174,254,82). Sum of RGB (Red+Green+Blue) = 174+254+82=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE52 is #5101AD. Grayscale: #D3D3D3. Windows color (decimal): -5308846 or 5439150. OLE color: 5439150.

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

Color convert

RGB 174 254 82 -
CMYK 0.31 0 0.68 0.00
HSL 87.91º 0.99% 0.66% -
HSV(B) 87.91º 0.68% 1% -
XYZ 54.42 80.49 20.65 -
YUV 210.47 55.5 101.99 -
System Red Green Blue C M Y K H S L
Decimal 174 254 82 0.31 0 0.68 0.00 87.91 0.99 0.66
Hex AE FE 52 1F 0 44 0 58 63 42
Octal 256 376 122 37 0 104 0 130 143 102
Binary 10101110 11111110 1010010 11111 0 1000100 0 1011000 1100011 1000010

Color Harmonies of #AEFE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE52

Black with #AEFE52

Text Example


Text Example

White with #AEFE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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