Html Css Color HEX #AEFF62 Conifer

📋 copy color: '#AEFF62'

red 174 ◦ green 255 ◦ blue 98

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

Shades of Conifer #AEFF62

Tints of Conifer #AEFF62

RGB

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

 GREEN value IS 255 (100% from 255) = 48.39%

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 33.02%
G = 48.39%
B = 18.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#AEFF62 (or 0xAEFF62) is known color: Conifer. HEX triplet: AE, FF and 62. RGB value is (174,255,98). Sum of RGB (Red+Green+Blue) = 174+255+98=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF62 is #51009D. Grayscale: #D5D5D5. Windows color (decimal): -5308574 or 6487982. OLE color: 6487982.

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

Color convert

RGB 174 255 98 -
CMYK 0.32 0 0.62 0
HSL 90.96º 1% 0.69% -
HSV(B) 90.96º 0.62% 1% -
XYZ 55.42 81.4 24.35 -
YUV 212.88 63.16 100.27 -
System Red Green Blue C M Y K H S L
Decimal 174 255 98 0.32 0 0.62 0 90.96 1 0.69
Hex AE FF 62 20 0 3E 0 5B 64 45
Octal 256 377 142 40 0 76 0 133 144 105
Binary 10101110 11111111 1100010 100000 0 111110 0 1011011 1100100 1000101

Color Harmonies of #AEFF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF62

Black with #AEFF62

Text Example


Text Example

White with #AEFF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF62; }

 p { color: rgb(174,255,98); }

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

background-color css

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

 a { background-color: rgb(174,255,98); }

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

border-color css

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

 span { border-color: rgb(174,255,98); }

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