Html Css Color HEX #AEFF60 Conifer

📋 copy color: '#AEFF60'

red 174 ◦ green 255 ◦ blue 96

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

Shades of Conifer #AEFF60

Tints of Conifer #AEFF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 33.14%
G = 48.57%
B = 18.29%

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

#AEFF60 (or 0xAEFF60) is known color: Conifer. HEX triplet: AE, FF and 60. RGB value is (174,255,96). Sum of RGB (Red+Green+Blue) = 174+255+96=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF60 is #51009F. Grayscale: #D5D5D5. Windows color (decimal): -5308576 or 6356910. OLE color: 6356910.

HSL color Cylindrical-coordinate representation of color #AEFF60: hue angle of 90.57º 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 #AEFF60 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 96 -
CMYK 0.32 0 0.62 0
HSL 90.57º 1% 0.69% -
HSV(B) 90.57º 0.62% 1% -
XYZ 55.33 81.36 23.85 -
YUV 212.66 62.16 100.43 -
System Red Green Blue C M Y K H S L
Decimal 174 255 96 0.32 0 0.62 0 90.57 1 0.69
Hex AE FF 60 20 0 3E 0 5B 64 45
Octal 256 377 140 40 0 76 0 133 144 105
Binary 10101110 11111111 1100000 100000 0 111110 0 1011011 1100100 1000101

Color Harmonies of #AEFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF60

Black with #AEFF60

Text Example


Text Example

White with #AEFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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