Html Css Color HEX #AFC098 Sprout

📋 copy color: '#AFC098'

red 175 ◦ green 192 ◦ blue 152

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

Shades of Sprout #AFC098

Tints of Sprout #AFC098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

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

R = 33.72%
G = 36.99%
B = 29.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#AFC098 (or 0xAFC098) is known color: Sprout. HEX triplet: AF, C0 and 98. RGB value is (175,192,152). Sum of RGB (Red+Green+Blue) = 175+192+152=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC098 is #503F67. Grayscale: #B6B6B6. Windows color (decimal): -5259112 or 10010799. OLE color: 10010799.

HSL color Cylindrical-coordinate representation of color #AFC098: hue angle of 85.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC098 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 152 -
CMYK 0.09 0 0.21 0.25
HSL 85.5º 0.24% 0.67% -
HSV(B) 85.5º 0.21% 0.75% -
XYZ 42.2 49.08 36.96 -
YUV 182.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 175 192 152 0.09 0 0.21 0.25 85.5 0.24 0.67
Hex AF C0 98 9 0 15 19 56 18 43
Octal 257 300 230 11 0 25 31 126 30 103
Binary 10101111 11000000 10011000 1001 0 10101 11001 1010110 11000 1000011

Color Harmonies of #AFC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC098

Black with #AFC098

Text Example


Text Example

White with #AFC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC098; }

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

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

background-color css

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

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

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

border-color css

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

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

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