Html Css Color HEX #AEE94A Conifer

📋 copy color: '#AEE94A'

red 174 ◦ green 233 ◦ blue 74

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

Shades of Conifer #AEE94A

Tints of Conifer #AEE94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 36.17%
G = 48.44%
B = 15.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#AEE94A (or 0xAEE94A) is known color: Conifer. HEX triplet: AE, E9 and 4A. RGB value is (174,233,74). Sum of RGB (Red+Green+Blue) = 174+233+74=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE94A is #5116B5. Grayscale: #C5C5C5. Windows color (decimal): -5314230 or 4909486. OLE color: 4909486.

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

Color convert

RGB 174 233 74 -
CMYK 0.25 0 0.68 0.09
HSL 82.26º 0.78% 0.6% -
HSV(B) 82.26º 0.68% 0.91% -
XYZ 47.83 67.77 17.04 -
YUV 197.23 58.45 111.43 -
System Red Green Blue C M Y K H S L
Decimal 174 233 74 0.25 0 0.68 0.09 82.26 0.78 0.6
Hex AE E9 4A 19 0 44 9 52 4E 3C
Octal 256 351 112 31 0 104 11 122 116 74
Binary 10101110 11101001 1001010 11001 0 1000100 1001 1010010 1001110 111100

Color Harmonies of #AEE94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE94A

Black with #AEE94A

Text Example


Text Example

White with #AEE94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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