Html Css Color HEX #AEFC64 Conifer

📋 copy color: '#AEFC64'

red 174 ◦ green 252 ◦ blue 100

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

Shades of Conifer #AEFC64

Tints of Conifer #AEFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.91%

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

R = 33.08%
G = 47.91%
B = 19.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#AEFC64 (or 0xAEFC64) is known color: Conifer. HEX triplet: AE, FC and 64. RGB value is (174,252,100). Sum of RGB (Red+Green+Blue) = 174+252+100=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFC64 is #51039B. Grayscale: #D3D3D3. Windows color (decimal): -5309340 or 6618286. OLE color: 6618286.

HSL color Cylindrical-coordinate representation of color #AEFC64: hue angle of 90.79º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEFC64 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 252 100 -
CMYK 0.31 0 0.60 0.01
HSL 90.79º 0.96% 0.69% -
HSV(B) 90.79º 0.6% 0.99% -
XYZ 54.57 79.54 24.53 -
YUV 211.35 65.16 101.36 -
System Red Green Blue C M Y K H S L
Decimal 174 252 100 0.31 0 0.60 0.01 90.79 0.96 0.69
Hex AE FC 64 1F 0 3C 1 5B 60 45
Octal 256 374 144 37 0 74 1 133 140 105
Binary 10101110 11111100 1100100 11111 0 111100 1 1011011 1100000 1000101

Color Harmonies of #AEFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC64

Black with #AEFC64

Text Example


Text Example

White with #AEFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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