Html Css Color HEX #AFDF3A Conifer

📋 copy color: '#AFDF3A'

red 175 ◦ green 223 ◦ blue 58

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

Shades of Conifer #AFDF3A

Tints of Conifer #AFDF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.9%

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 38.38%
G = 48.9%
B = 12.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#AFDF3A (or 0xAFDF3A) is known color: Conifer. HEX triplet: AF, DF and 3A. RGB value is (175,223,58). Sum of RGB (Red+Green+Blue) = 175+223+58=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF3A is #5020C5. Grayscale: #BEBEBE. Windows color (decimal): -5251270 or 3858351. OLE color: 3858351.

HSL color Cylindrical-coordinate representation of color #AFDF3A: hue angle of 77.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFDF3A is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 58 -
CMYK 0.22 0 0.74 0.13
HSL 77.45º 0.72% 0.55% -
HSV(B) 77.45º 0.74% 0.87% -
XYZ 44.83 62.19 13.64 -
YUV 189.84 53.6 117.42 -
System Red Green Blue C M Y K H S L
Decimal 175 223 58 0.22 0 0.74 0.13 77.45 0.72 0.55
Hex AF DF 3A 16 0 4A D 4D 48 37
Octal 257 337 72 26 0 112 15 115 110 67
Binary 10101111 11011111 111010 10110 0 1001010 1101 1001101 1001000 110111

Color Harmonies of #AFDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF3A

Black with #AFDF3A

Text Example


Text Example

White with #AFDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF3A; }

 p { color: rgb(175,223,58); }

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

background-color css

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

 a { background-color: rgb(175,223,58); }

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

border-color css

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

 span { border-color: rgb(175,223,58); }

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