Html Css Color HEX #AFE446 Conifer

📋 copy color: '#AFE446'

red 175 ◦ green 228 ◦ blue 70

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

Shades of Conifer #AFE446

Tints of Conifer #AFE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.2%

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

R = 37%
G = 48.2%
B = 14.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#AFE446 (or 0xAFE446) is known color: Conifer. HEX triplet: AF, E4 and 46. RGB value is (175,228,70). Sum of RGB (Red+Green+Blue) = 175+228+70=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE446 is #501BB9. Grayscale: #C2C2C2. Windows color (decimal): -5249978 or 4646063. OLE color: 4646063.

HSL color Cylindrical-coordinate representation of color #AFE446: hue angle of 80.13º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFE446 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 70 -
CMYK 0.23 0 0.69 0.11
HSL 80.13º 0.75% 0.58% -
HSV(B) 80.13º 0.69% 0.89% -
XYZ 46.53 65.04 15.9 -
YUV 194.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 175 228 70 0.23 0 0.69 0.11 80.13 0.75 0.58
Hex AF E4 46 17 0 45 B 50 4B 3A
Octal 257 344 106 27 0 105 13 120 113 72
Binary 10101111 11100100 1000110 10111 0 1000101 1011 1010000 1001011 111010

Color Harmonies of #AFE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE446

Black with #AFE446

Text Example


Text Example

White with #AFE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE446; }

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

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

background-color css

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

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

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

border-color css

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

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

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