Html Css Color HEX #AEF764 Conifer

📋 copy color: '#AEF764'

red 174 ◦ green 247 ◦ blue 100

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

Shades of Conifer #AEF764

Tints of Conifer #AEF764

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.41%

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

R = 33.4%
G = 47.41%
B = 19.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#AEF764 (or 0xAEF764) is known color: Conifer. HEX triplet: AE, F7 and 64. RGB value is (174,247,100). Sum of RGB (Red+Green+Blue) = 174+247+100=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF764 is #51089B. Grayscale: #D0D0D0. Windows color (decimal): -5310620 or 6617006. OLE color: 6617006.

HSL color Cylindrical-coordinate representation of color #AEF764: hue angle of 89.8º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEF764 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 100 -
CMYK 0.30 0 0.60 0.03
HSL 89.8º 0.9% 0.68% -
HSV(B) 89.8º 0.6% 0.97% -
XYZ 53.02 76.44 24.02 -
YUV 208.42 66.82 103.45 -
System Red Green Blue C M Y K H S L
Decimal 174 247 100 0.30 0 0.60 0.03 89.8 0.9 0.68
Hex AE F7 64 1E 0 3C 3 5A 5A 44
Octal 256 367 144 36 0 74 3 132 132 104
Binary 10101110 11110111 1100100 11110 0 111100 11 1011010 1011010 1000100

Color Harmonies of #AEF764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF764

Black with #AEF764

Text Example


Text Example

White with #AEF764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF764; }

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

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

background-color css

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

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

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

border-color css

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

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

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