Html Css Color HEX #AEE965 Conifer

📋 copy color: '#AEE965'

red 174 ◦ green 233 ◦ blue 101

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

Shades of Conifer #AEE965

Tints of Conifer #AEE965

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.87%

 BLUE value IS 101 (39.84% from 255) = 19.88%

R = 34.25%
G = 45.87%
B = 19.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#AEE965 (or 0xAEE965) is known color: Conifer. HEX triplet: AE, E9 and 65. RGB value is (174,233,101). Sum of RGB (Red+Green+Blue) = 174+233+101=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE965 is #51169A. Grayscale: #C8C8C8. Windows color (decimal): -5314203 or 6678958. OLE color: 6678958.

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

Color convert

RGB 174 233 101 -
CMYK 0.25 0 0.57 0.09
HSL 86.82º 0.75% 0.65% -
HSV(B) 86.82º 0.57% 0.91% -
XYZ 48.94 68.22 22.9 -
YUV 200.31 71.95 109.23 -
System Red Green Blue C M Y K H S L
Decimal 174 233 101 0.25 0 0.57 0.09 86.82 0.75 0.65
Hex AE E9 65 19 0 39 9 57 4B 41
Octal 256 351 145 31 0 71 11 127 113 101
Binary 10101110 11101001 1100101 11001 0 111001 1001 1010111 1001011 1000001

Color Harmonies of #AEE965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE965

Black with #AEE965

Text Example


Text Example

White with #AEE965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE965; }

 p { color: rgb(174,233,101); }

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

background-color css

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

 a { background-color: rgb(174,233,101); }

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

border-color css

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

 span { border-color: rgb(174,233,101); }

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