Html Css Color HEX #AEEF42 Conifer

📋 copy color: '#AEEF42'

red 174 ◦ green 239 ◦ blue 66

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

Shades of Conifer #AEEF42

Tints of Conifer #AEEF42

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

 BLUE value IS 66 (26.17% from 255) = 13.78%

R = 36.33%
G = 49.9%
B = 13.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#AEEF42 (or 0xAEEF42) is known color: Conifer. HEX triplet: AE, EF and 42. RGB value is (174,239,66). Sum of RGB (Red+Green+Blue) = 174+239+66=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEF42 is #5110BD. Grayscale: #C8C8C8. Windows color (decimal): -5312702 or 4386734. OLE color: 4386734.

HSL color Cylindrical-coordinate representation of color #AEEF42: hue angle of 82.54º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEEF42 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 66 -
CMYK 0.27 0 0.72 0.06
HSL 82.54º 0.84% 0.6% -
HSV(B) 82.54º 0.72% 0.94% -
XYZ 49.31 71.13 16.28 -
YUV 199.84 52.47 109.57 -
System Red Green Blue C M Y K H S L
Decimal 174 239 66 0.27 0 0.72 0.06 82.54 0.84 0.6
Hex AE EF 42 1B 0 48 6 53 54 3C
Octal 256 357 102 33 0 110 6 123 124 74
Binary 10101110 11101111 1000010 11011 0 1001000 110 1010011 1010100 111100

Color Harmonies of #AEEF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEF42

Black with #AEEF42

Text Example


Text Example

White with #AEEF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEF42; }

 p { color: rgb(174,239,66); }

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

background-color css

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

 a { background-color: rgb(174,239,66); }

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

border-color css

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

 span { border-color: rgb(174,239,66); }

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