Html Css Color HEX #AEE940 Conifer

📋 copy color: '#AEE940'

red 174 ◦ green 233 ◦ blue 64

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

Shades of Conifer #AEE940

Tints of Conifer #AEE940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 36.94%
G = 49.47%
B = 13.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#AEE940 (or 0xAEE940) is known color: Conifer. HEX triplet: AE, E9 and 40. RGB value is (174,233,64). Sum of RGB (Red+Green+Blue) = 174+233+64=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE940 is #5116BF. Grayscale: #C4C4C4. Windows color (decimal): -5314240 or 4254126. OLE color: 4254126.

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

Color convert

RGB 174 233 64 -
CMYK 0.25 0 0.73 0.09
HSL 80.95º 0.79% 0.58% -
HSV(B) 80.95º 0.73% 0.91% -
XYZ 47.52 67.65 15.4 -
YUV 196.09 53.45 112.24 -
System Red Green Blue C M Y K H S L
Decimal 174 233 64 0.25 0 0.73 0.09 80.95 0.79 0.58
Hex AE E9 40 19 0 49 9 51 4F 3A
Octal 256 351 100 31 0 111 11 121 117 72
Binary 10101110 11101001 1000000 11001 0 1001001 1001 1010001 1001111 111010

Color Harmonies of #AEE940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE940

Black with #AEE940

Text Example


Text Example

White with #AEE940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE940; }

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

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

background-color css

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

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

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

border-color css

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

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

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