Html Css Color HEX #AFF863 Conifer

📋 copy color: '#AFF863'

red 175 ◦ green 248 ◦ blue 99

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

Shades of Conifer #AFF863

Tints of Conifer #AFF863

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.51%

 BLUE value IS 99 (39.06% from 255) = 18.97%

R = 33.52%
G = 47.51%
B = 18.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#AFF863 (or 0xAFF863) is known color: Conifer. HEX triplet: AF, F8 and 63. RGB value is (175,248,99). Sum of RGB (Red+Green+Blue) = 175+248+99=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF863 is #50079C. Grayscale: #D1D1D1. Windows color (decimal): -5244829 or 6551727. OLE color: 6551727.

HSL color Cylindrical-coordinate representation of color #AFF863: hue angle of 89.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFF863 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 99 -
CMYK 0.29 0 0.60 0.03
HSL 89.4º 0.91% 0.68% -
HSV(B) 89.4º 0.6% 0.97% -
XYZ 53.5 77.15 23.88 -
YUV 209.19 65.82 103.62 -
System Red Green Blue C M Y K H S L
Decimal 175 248 99 0.29 0 0.60 0.03 89.4 0.91 0.68
Hex AF F8 63 1D 0 3C 3 59 5B 44
Octal 257 370 143 35 0 74 3 131 133 104
Binary 10101111 11111000 1100011 11101 0 111100 11 1011001 1011011 1000100

Color Harmonies of #AFF863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF863

Black with #AFF863

Text Example


Text Example

White with #AFF863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF863; }

 p { color: rgb(175,248,99); }

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

background-color css

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

 a { background-color: rgb(175,248,99); }

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

border-color css

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

 span { border-color: rgb(175,248,99); }

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