Html Css Color HEX #AFC398 Sprout

📋 copy color: '#AFC398'

red 175 ◦ green 195 ◦ blue 152

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

Shades of Sprout #AFC398

Tints of Sprout #AFC398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.36%

 BLUE value IS 152 (59.77% from 255) = 29.12%

R = 33.52%
G = 37.36%
B = 29.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#AFC398 (or 0xAFC398) is known color: Sprout. HEX triplet: AF, C3 and 98. RGB value is (175,195,152). Sum of RGB (Red+Green+Blue) = 175+195+152=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC398 is #503C67. Grayscale: #B8B8B8. Windows color (decimal): -5258344 or 10011567. OLE color: 10011567.

HSL color Cylindrical-coordinate representation of color #AFC398: hue angle of 87.91º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC398 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 152 -
CMYK 0.10 0 0.22 0.24
HSL 87.91º 0.26% 0.68% -
HSV(B) 87.91º 0.22% 0.76% -
XYZ 42.86 50.41 37.18 -
YUV 184.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 175 195 152 0.10 0 0.22 0.24 87.91 0.26 0.68
Hex AF C3 98 A 0 16 18 58 1A 44
Octal 257 303 230 12 0 26 30 130 32 104
Binary 10101111 11000011 10011000 1010 0 10110 11000 1011000 11010 1000100

Color Harmonies of #AFC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC398

Black with #AFC398

Text Example


Text Example

White with #AFC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC398; }

 p { color: rgb(175,195,152); }

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

background-color css

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

 a { background-color: rgb(175,195,152); }

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

border-color css

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

 span { border-color: rgb(175,195,152); }

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