Html Css Color HEX #AEF24C Conifer

📋 copy color: '#AEF24C'

red 174 ◦ green 242 ◦ blue 76

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

Shades of Conifer #AEF24C

Tints of Conifer #AEF24C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 76 (30.08% from 255) = 15.45%

R = 35.37%
G = 49.19%
B = 15.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#AEF24C (or 0xAEF24C) is known color: Conifer. HEX triplet: AE, F2 and 4C. RGB value is (174,242,76). Sum of RGB (Red+Green+Blue) = 174+242+76=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF24C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF24C is #510DB3. Grayscale: #CBCBCB. Windows color (decimal): -5311924 or 5042862. OLE color: 5042862.

HSL color Cylindrical-coordinate representation of color #AEF24C: hue angle of 84.58º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEF24C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 76 -
CMYK 0.28 0 0.69 0.05
HSL 84.58º 0.86% 0.62% -
HSV(B) 84.58º 0.69% 0.95% -
XYZ 50.51 73.02 18.27 -
YUV 202.74 56.47 107.5 -
System Red Green Blue C M Y K H S L
Decimal 174 242 76 0.28 0 0.69 0.05 84.58 0.86 0.62
Hex AE F2 4C 1C 0 45 5 55 56 3E
Octal 256 362 114 34 0 105 5 125 126 76
Binary 10101110 11110010 1001100 11100 0 1000101 101 1010101 1010110 111110

Color Harmonies of #AEF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF24C

Black with #AEF24C

Text Example


Text Example

White with #AEF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF24C; }

 p { color: rgb(174,242,76); }

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

background-color css

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

 a { background-color: rgb(174,242,76); }

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

border-color css

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

 span { border-color: rgb(174,242,76); }

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