Html Css Color HEX #AEE760 Conifer

📋 copy color: '#AEE760'

red 174 ◦ green 231 ◦ blue 96

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

Shades of Conifer #AEE760

Tints of Conifer #AEE760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.11%

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

R = 34.73%
G = 46.11%
B = 19.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#AEE760 (or 0xAEE760) is known color: Conifer. HEX triplet: AE, E7 and 60. RGB value is (174,231,96). Sum of RGB (Red+Green+Blue) = 174+231+96=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE760 is #51189F. Grayscale: #C7C7C7. Windows color (decimal): -5314720 or 6350766. OLE color: 6350766.

HSL color Cylindrical-coordinate representation of color #AEE760: hue angle of 85.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEE760 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 231 96 -
CMYK 0.25 0 0.58 0.09
HSL 85.33º 0.74% 0.64% -
HSV(B) 85.33º 0.58% 0.91% -
XYZ 48.14 67 21.46 -
YUV 198.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 174 231 96 0.25 0 0.58 0.09 85.33 0.74 0.64
Hex AE E7 60 19 0 3A 9 55 4A 40
Octal 256 347 140 31 0 72 11 125 112 100
Binary 10101110 11100111 1100000 11001 0 111010 1001 1010101 1001010 1000000

Color Harmonies of #AEE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE760

Black with #AEE760

Text Example


Text Example

White with #AEE760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE760; }

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

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

background-color css

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

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

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

border-color css

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

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

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