Html Css Color HEX #AFC618 Rio Grande

📋 copy color: '#AFC618'

red 175 ◦ green 198 ◦ blue 24

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

Shades of Rio Grande #AFC618

Tints of Rio Grande #AFC618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.87%

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 44.08%
G = 49.87%
B = 6.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#AFC618 (or 0xAFC618) is known color: Rio Grande. HEX triplet: AF, C6 and 18. RGB value is (175,198,24). Sum of RGB (Red+Green+Blue) = 175+198+24=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC618 is #5039E7. Grayscale: #ABABAB. Windows color (decimal): -5257704 or 1623727. OLE color: 1623727.

HSL color Cylindrical-coordinate representation of color #AFC618: hue angle of 67.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFC618 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 24 -
CMYK 0.12 0 0.88 0.22
HSL 67.93º 0.78% 0.44% -
HSV(B) 67.93º 0.88% 0.78% -
XYZ 38.04 49.57 8.43 -
YUV 171.29 44.88 130.65 -
System Red Green Blue C M Y K H S L
Decimal 175 198 24 0.12 0 0.88 0.22 67.93 0.78 0.44
Hex AF C6 18 C 0 58 16 44 4E 2C
Octal 257 306 30 14 0 130 26 104 116 54
Binary 10101111 11000110 11000 1100 0 1011000 10110 1000100 1001110 101100

Color Harmonies of #AFC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC618

Black with #AFC618

Text Example


Text Example

White with #AFC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC618; }

 p { color: rgb(175,198,24); }

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

background-color css

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

 a { background-color: rgb(175,198,24); }

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

border-color css

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

 span { border-color: rgb(175,198,24); }

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