Html Css Color HEX #AFC01A Bahia

📋 copy color: '#AFC01A'

red 175 ◦ green 192 ◦ blue 26

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

Shades of Bahia #AFC01A

Tints of Bahia #AFC01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 44.53%
G = 48.85%
B = 6.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#AFC01A (or 0xAFC01A) is known color: Bahia. HEX triplet: AF, C0 and 1A. RGB value is (175,192,26). Sum of RGB (Red+Green+Blue) = 175+192+26=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC01A is #503FE5. Grayscale: #A8A8A8. Windows color (decimal): -5259238 or 1753263. OLE color: 1753263.

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

Color convert

RGB 175 192 26 -
CMYK 0.09 0 0.86 0.25
HSL 66.14º 0.76% 0.43% -
HSV(B) 66.14º 0.86% 0.75% -
XYZ 36.72 46.89 8.09 -
YUV 167.99 47.87 133 -
System Red Green Blue C M Y K H S L
Decimal 175 192 26 0.09 0 0.86 0.25 66.14 0.76 0.43
Hex AF C0 1A 9 0 56 19 42 4C 2B
Octal 257 300 32 11 0 126 31 102 114 53
Binary 10101111 11000000 11010 1001 0 1010110 11001 1000010 1001100 101011

Color Harmonies of #AFC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC01A

Black with #AFC01A

Text Example


Text Example

White with #AFC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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