Html Css Color HEX #AEE945 Conifer

📋 copy color: '#AEE945'

red 174 ◦ green 233 ◦ blue 69

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

Shades of Conifer #AEE945

Tints of Conifer #AEE945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.5%

R = 36.55%
G = 48.95%
B = 14.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#AEE945 (or 0xAEE945) is known color: Conifer. HEX triplet: AE, E9 and 45. RGB value is (174,233,69). Sum of RGB (Red+Green+Blue) = 174+233+69=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE945 is #5116BA. Grayscale: #C5C5C5. Windows color (decimal): -5314235 or 4581806. OLE color: 4581806.

HSL color Cylindrical-coordinate representation of color #AEE945: hue angle of 81.59º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEE945 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 233 69 -
CMYK 0.25 0 0.70 0.09
HSL 81.59º 0.79% 0.59% -
HSV(B) 81.59º 0.7% 0.91% -
XYZ 47.67 67.71 16.19 -
YUV 196.66 55.95 111.84 -
System Red Green Blue C M Y K H S L
Decimal 174 233 69 0.25 0 0.70 0.09 81.59 0.79 0.59
Hex AE E9 45 19 0 46 9 52 4F 3B
Octal 256 351 105 31 0 106 11 122 117 73
Binary 10101110 11101001 1000101 11001 0 1000110 1001 1010010 1001111 111011

Color Harmonies of #AEE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE945

Black with #AEE945

Text Example


Text Example

White with #AEE945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE945; }

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

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

background-color css

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

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

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

border-color css

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

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

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