Html Css Color HEX #AFEC48 Conifer

📋 copy color: '#AFEC48'

red 175 ◦ green 236 ◦ blue 72

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

Shades of Conifer #AFEC48

Tints of Conifer #AFEC48

RGB

 RED value IS 175 (68.75% from 255) = 36.23%

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 36.23%
G = 48.86%
B = 14.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#AFEC48 (or 0xAFEC48) is known color: Conifer. HEX triplet: AF, EC and 48. RGB value is (175,236,72). Sum of RGB (Red+Green+Blue) = 175+236+72=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC48 is #5013B7. Grayscale: #C7C7C7. Windows color (decimal): -5247928 or 4779183. OLE color: 4779183.

HSL color Cylindrical-coordinate representation of color #AFEC48: hue angle of 82.32º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFEC48 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 72 -
CMYK 0.26 0 0.69 0.07
HSL 82.32º 0.81% 0.6% -
HSV(B) 82.32º 0.69% 0.93% -
XYZ 48.84 69.57 16.99 -
YUV 199.07 56.29 110.84 -
System Red Green Blue C M Y K H S L
Decimal 175 236 72 0.26 0 0.69 0.07 82.32 0.81 0.6
Hex AF EC 48 1A 0 45 7 52 51 3C
Octal 257 354 110 32 0 105 7 122 121 74
Binary 10101111 11101100 1001000 11010 0 1000101 111 1010010 1010001 111100

Color Harmonies of #AFEC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC48

Black with #AFEC48

Text Example


Text Example

White with #AFEC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC48; }

 p { color: rgb(175,236,72); }

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

background-color css

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

 a { background-color: rgb(175,236,72); }

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

border-color css

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

 span { border-color: rgb(175,236,72); }

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