Html Css Color HEX #AEFE64 Conifer

📋 copy color: '#AEFE64'

red 174 ◦ green 254 ◦ blue 100

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

Shades of Conifer #AEFE64

Tints of Conifer #AEFE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.94%

R = 32.95%
G = 48.11%
B = 18.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#AEFE64 (or 0xAEFE64) is known color: Conifer. HEX triplet: AE, FE and 64. RGB value is (174,254,100). Sum of RGB (Red+Green+Blue) = 174+254+100=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE64 is #51019B. Grayscale: #D5D5D5. Windows color (decimal): -5308828 or 6618798. OLE color: 6618798.

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

Color convert

RGB 174 254 100 -
CMYK 0.31 0 0.61 0.00
HSL 91.17º 0.99% 0.69% -
HSV(B) 91.17º 0.61% 1% -
XYZ 55.2 80.8 24.74 -
YUV 212.52 64.5 100.52 -
System Red Green Blue C M Y K H S L
Decimal 174 254 100 0.31 0 0.61 0.00 91.17 0.99 0.69
Hex AE FE 64 1F 0 3D 0 5B 63 45
Octal 256 376 144 37 0 75 0 133 143 105
Binary 10101110 11111110 1100100 11111 0 111101 0 1011011 1100011 1000101

Color Harmonies of #AEFE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE64

Black with #AEFE64

Text Example


Text Example

White with #AEFE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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