Html Css Color HEX #AFE23C Conifer

📋 copy color: '#AFE23C'

red 175 ◦ green 226 ◦ blue 60

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

Shades of Conifer #AFE23C

Tints of Conifer #AFE23C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.02%

 BLUE value IS 60 (23.83% from 255) = 13.02%

R = 37.96%
G = 49.02%
B = 13.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#AFE23C (or 0xAFE23C) is known color: Conifer. HEX triplet: AF, E2 and 3C. RGB value is (175,226,60). Sum of RGB (Red+Green+Blue) = 175+226+60=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE23C is #501DC3. Grayscale: #C0C0C0. Windows color (decimal): -5250500 or 3990191. OLE color: 3990191.

HSL color Cylindrical-coordinate representation of color #AFE23C: hue angle of 78.43º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE23C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 60 -
CMYK 0.23 0 0.73 0.11
HSL 78.43º 0.74% 0.56% -
HSV(B) 78.43º 0.73% 0.89% -
XYZ 45.69 63.83 14.19 -
YUV 191.83 53.6 116 -
System Red Green Blue C M Y K H S L
Decimal 175 226 60 0.23 0 0.73 0.11 78.43 0.74 0.56
Hex AF E2 3C 17 0 49 B 4E 4A 38
Octal 257 342 74 27 0 111 13 116 112 70
Binary 10101111 11100010 111100 10111 0 1001001 1011 1001110 1001010 111000

Color Harmonies of #AFE23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE23C

Black with #AFE23C

Text Example


Text Example

White with #AFE23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE23C; }

 p { color: rgb(175,226,60); }

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

background-color css

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

 a { background-color: rgb(175,226,60); }

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

border-color css

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

 span { border-color: rgb(175,226,60); }

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