Html Css Color HEX #AFC01E Bahia

📋 copy color: '#AFC01E'

red 175 ◦ green 192 ◦ blue 30

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

Shades of Bahia #AFC01E

Tints of Bahia #AFC01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.56%

R = 44.08%
G = 48.36%
B = 7.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#AFC01E (or 0xAFC01E) is known color: Bahia. HEX triplet: AF, C0 and 1E. RGB value is (175,192,30). Sum of RGB (Red+Green+Blue) = 175+192+30=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC01E is #503FE1. Grayscale: #A9A9A9. Windows color (decimal): -5259234 or 2015407. OLE color: 2015407.

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

Color convert

RGB 175 192 30 -
CMYK 0.09 0 0.84 0.25
HSL 66.3º 0.73% 0.44% -
HSV(B) 66.3º 0.84% 0.75% -
XYZ 36.76 46.91 8.34 -
YUV 168.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 175 192 30 0.09 0 0.84 0.25 66.3 0.73 0.44
Hex AF C0 1E 9 0 54 19 42 49 2C
Octal 257 300 36 11 0 124 31 102 111 54
Binary 10101111 11000000 11110 1001 0 1010100 11001 1000010 1001001 101100

Color Harmonies of #AFC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC01E

Black with #AFC01E

Text Example


Text Example

White with #AFC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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