Html Css Color HEX #AFE23A Conifer

📋 copy color: '#AFE23A'

red 175 ◦ green 226 ◦ blue 58

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

Shades of Conifer #AFE23A

Tints of Conifer #AFE23A

RGB

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

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

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

R = 38.13%
G = 49.24%
B = 12.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#AFE23A (or 0xAFE23A) is known color: Conifer. HEX triplet: AF, E2 and 3A. RGB value is (175,226,58). Sum of RGB (Red+Green+Blue) = 175+226+58=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE23A is #501DC5. Grayscale: #C0C0C0. Windows color (decimal): -5250502 or 3859119. OLE color: 3859119.

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

Color convert

RGB 175 226 58 -
CMYK 0.23 0 0.74 0.11
HSL 78.21º 0.74% 0.56% -
HSV(B) 78.21º 0.74% 0.89% -
XYZ 45.64 63.81 13.91 -
YUV 191.6 52.6 116.16 -
System Red Green Blue C M Y K H S L
Decimal 175 226 58 0.23 0 0.74 0.11 78.21 0.74 0.56
Hex AF E2 3A 17 0 4A B 4E 4A 38
Octal 257 342 72 27 0 112 13 116 112 70
Binary 10101111 11100010 111010 10111 0 1001010 1011 1001110 1001010 111000

Color Harmonies of #AFE23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE23A

Black with #AFE23A

Text Example


Text Example

White with #AFE23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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