Html Css Color HEX #AEFA64 Conifer

📋 copy color: '#AEFA64'

red 174 ◦ green 250 ◦ blue 100

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

Shades of Conifer #AEFA64

Tints of Conifer #AEFA64

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.71%

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

R = 33.21%
G = 47.71%
B = 19.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#AEFA64 (or 0xAEFA64) is known color: Conifer. HEX triplet: AE, FA and 64. RGB value is (174,250,100). Sum of RGB (Red+Green+Blue) = 174+250+100=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFA64 is #51059B. Grayscale: #D2D2D2. Windows color (decimal): -5309852 or 6617774. OLE color: 6617774.

HSL color Cylindrical-coordinate representation of color #AEFA64: hue angle of 90.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEFA64 is Cyan = 0.30, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 100 -
CMYK 0.30 0 0.6 0.02
HSL 90.4º 0.94% 0.69% -
HSV(B) 90.4º 0.6% 0.98% -
XYZ 53.94 78.29 24.33 -
YUV 210.18 65.82 102.2 -
System Red Green Blue C M Y K H S L
Decimal 174 250 100 0.30 0 0.6 0.02 90.4 0.94 0.69
Hex AE FA 64 1E 0 3C 2 5A 5E 45
Octal 256 372 144 36 0 74 2 132 136 105
Binary 10101110 11111010 1100100 11110 0 111100 10 1011010 1011110 1000101

Color Harmonies of #AEFA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA64

Black with #AEFA64

Text Example


Text Example

White with #AEFA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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