Html Css Color HEX #AFC02E Bahia

📋 copy color: '#AFC02E'

red 175 ◦ green 192 ◦ blue 46

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

Shades of Bahia #AFC02E

Tints of Bahia #AFC02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 42.37%
G = 46.49%
B = 11.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#AFC02E (or 0xAFC02E) is known color: Bahia. HEX triplet: AF, C0 and 2E. RGB value is (175,192,46). Sum of RGB (Red+Green+Blue) = 175+192+46=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC02E is #503FD1. Grayscale: #AAAAAA. Windows color (decimal): -5259218 or 3063983. OLE color: 3063983.

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

Color convert

RGB 175 192 46 -
CMYK 0.09 0 0.76 0.25
HSL 66.99º 0.61% 0.47% -
HSV(B) 66.99º 0.76% 0.75% -
XYZ 37.02 47.01 9.71 -
YUV 170.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 175 192 46 0.09 0 0.76 0.25 66.99 0.61 0.47
Hex AF C0 2E 9 0 4C 19 43 3D 2F
Octal 257 300 56 11 0 114 31 103 75 57
Binary 10101111 11000000 101110 1001 0 1001100 11001 1000011 111101 101111

Color Harmonies of #AFC02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC02E

Black with #AFC02E

Text Example


Text Example

White with #AFC02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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