Html Css Color HEX #AFEC46 Conifer

📋 copy color: '#AFEC46'

red 175 ◦ green 236 ◦ blue 70

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

Shades of Conifer #AFEC46

Tints of Conifer #AFEC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.55%

R = 36.38%
G = 49.06%
B = 14.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#AFEC46 (or 0xAFEC46) is known color: Conifer. HEX triplet: AF, EC and 46. RGB value is (175,236,70). Sum of RGB (Red+Green+Blue) = 175+236+70=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC46 is #5013B9. Grayscale: #C7C7C7. Windows color (decimal): -5247930 or 4648111. OLE color: 4648111.

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

Color convert

RGB 175 236 70 -
CMYK 0.26 0 0.70 0.07
HSL 82.05º 0.81% 0.6% -
HSV(B) 82.05º 0.7% 0.93% -
XYZ 48.78 69.55 16.65 -
YUV 198.84 55.29 111 -
System Red Green Blue C M Y K H S L
Decimal 175 236 70 0.26 0 0.70 0.07 82.05 0.81 0.6
Hex AF EC 46 1A 0 46 7 52 51 3C
Octal 257 354 106 32 0 106 7 122 121 74
Binary 10101111 11101100 1000110 11010 0 1000110 111 1010010 1010001 111100

Color Harmonies of #AFEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC46

Black with #AFEC46

Text Example


Text Example

White with #AFEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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